1. Open file webChat.js

2. Change the following line:
   if (!suppressBot && !isAgentContained)

   To the following line:
   if (!suppressBot && !isAgentContained && chatConfig.notifyOfObserve)
